home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / SEIKO_14.PP_ / seiko_14.ppd
Text File  |  1996-04-25  |  12KB  |  405 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Seiko ColorPoint PS" version 230 C.8A
  3. *% Produced by Cheshire Group version 2.0 edit 01
  4. *%
  5. *% Copyright )1990 Seiko Instruments USA Inc.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011837.
  11. *%
  12. *% Date: <3/22/91>
  13. *FormatVersion: "3.0"
  14. *FileVersion: "2.1"
  15. *LanguageVersion: English
  16.  
  17. *% General Information and Defaults ===============
  18. *Product: "(ColorPoint PS)"
  19. *PSVersion: "(230 C.8A) 0"
  20. *NickName: "Seiko ColorPoint PS Model 14"
  21. *ColorDevice: True
  22.  
  23. *DefaultResolution: 300dpi
  24. *?Resolution: "
  25. save
  26.   initgraphics
  27.   0 0 matrix defaultmatrix transform
  28.   0 72 matrix defaultmatrix transform
  29.   3 -1 roll sub dup mul
  30.   3 1 roll exch sub dup mul
  31.   add sqrt round cvi
  32.   (          ) cvs print (dpi) print flush
  33. restore
  34. "
  35. *End
  36.  
  37. *FileSystem: True
  38. *?FileSystem: "
  39. save 
  40.     statusdict begin
  41.     (False) 
  42.     /diskstatus where{
  43.         pop diskstatus exch pop 0 ne {pop (True)} if
  44.     }if 
  45.     print flush
  46.     end %statusdict
  47. restore
  48. "
  49. *End
  50.  
  51. *% System Management===============================
  52. *Throughput: "1"
  53. *FreeVM: "1230048"
  54. *Password: "0"
  55.  
  56. *ExitServer: "
  57. count 0 eq
  58. {            % password not on the stack
  59.     true
  60. }
  61. {            % check password for validity
  62.     dup
  63.     statusdict begin
  64.     checkpassword
  65.     end %statusdict
  66.     not
  67. }
  68. ifelse
  69. {            % password invalid or missing
  70.     (WARNING! Cannot perform exitserver.) print
  71.     (Invalid password.) print
  72.     (Please contact system support.) print flush
  73.     quit
  74. }
  75. if
  76. serverdict begin exitserver
  77. "
  78. *End
  79.  
  80. *Reset: "
  81. count 0 eq
  82. {            % password not on the stack
  83.     true
  84. }
  85. {            % check password for validity
  86.     dup
  87.     statusdict begin
  88.     checkpassword
  89.     end %statusdict
  90.     not
  91. }
  92. ifelse
  93. {            % password invalid or missing
  94.     (WARNING! Cannot perform exitserver.) print
  95.     (Invalid password.) print
  96.     (Please contact system support.) print flush
  97.     quit
  98. }
  99. if
  100. serverdict begin exitserver
  101. systemdict /quit get exec
  102. (WARNING! Printer Reset failed.) print flush
  103. "
  104. *End
  105.  
  106. *% Halftone Information ===============
  107. *ScreenFreq: "60.0"
  108. *ScreenAngle: "0.0"
  109. *DefaultScreenProc: Dot
  110. *ScreenProc Dot: "
  111. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  112. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  113. "
  114. *End
  115. *ScreenProc Line: "{ pop }"
  116. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  117.  
  118. *DefaultTransfer: Null
  119. *Transfer Null: "{ }"
  120. *Transfer Null.Inverse: "{ 1 exch sub }"
  121. *Transfer Normalized: "{ }"
  122. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  123.  
  124. *% Paper Handling ===================
  125.  
  126. *% Use these entries to set paper size most of the time, unless there is
  127. *% specific reason to use PageRegion or PaperTray.
  128. *DefaultPageSize: Letter
  129. *PageSize Letter: "statusdict begin 1 setpagesize end"
  130. *PageSize A4: "statusdict begin 4 setpagesize end"
  131. *PageSize Tabloid: "statusdict begin 5 setpagesize end"
  132. *PageSize BSuper: "statusdict begin 6 setpagesize end"
  133. *PageSize B4: "statusdict begin 7 setpagesize end"
  134. *PageSize A3: "statusdict begin 8 setpagesize end"
  135. ?PageSize: "
  136. save
  137.     statusdict begin
  138.     /pagesize where {
  139.         pop
  140.         6 dict begin
  141.         /1 (Letter) def
  142.         /4 (A4) def
  143.         /5 (Tabloid) def
  144.         /6 (BSuper) def
  145.         /7 (B4) def
  146.         /8 (A3) def
  147.         pagesize
  148.         { ( ) cvs cvn load exec } stopped not
  149.             {= flush}
  150.             {(Unknown) = flush}
  151.         ifelse
  152.         end        %temp
  153.     }
  154.     if
  155.     end        %statusdict
  156. restore
  157. "
  158. *End
  159.  
  160. *% These entries will set up the frame buffer. Usually used with manual feed.
  161. *DefaultPageRegion: Letter
  162. *PageRegion Letter: "letter"
  163. *PageRegion A4: "a4"
  164. *PageRegion Tabloid: "11x17"
  165. *PageRegion BSuper: "bsuper"
  166. *PageRegion B4: "b4"
  167. *PageRegion A3: "a3"
  168.  
  169. *% These entries will invoke a particular paper tray.
  170. *DefaultPaperTray: None
  171.  
  172. *% The following entries provide information about specific paper keywords.
  173. *DefaultImageableArea: Letter
  174. *ImageableArea Letter: "12 10 601 783 "
  175. *ImageableArea A4: "12 11 584 832 "
  176. *ImageableArea Tabloid: "10 15 782 1209 "
  177. *ImageableArea BSuper: "11 12 852 1244 "
  178. *ImageableArea B4: "11 12 718 1020 "
  179. *ImageableArea A3: "11 15 831 1176 "
  180. *?ImageableArea: "
  181.  save 
  182.      /cvp { cvi (            ) cvs print ( ) print } bind def
  183.       newpath clippath pathbbox
  184.       4 -2 roll exch 2 {ceiling cvp} repeat
  185.       exch 2 {floor cvp} repeat flush
  186.  restore
  187. "
  188. *End
  189.  
  190. *% These provide the physical dimensions of the paper (by keyword)
  191. *DefaultPaperDimension: Letter
  192. *PaperDimension Letter: "612 792"
  193. *PaperDimension A4: "595 842"
  194. *PaperDimension Tabloid: "792 1224"
  195. *PaperDimension BSuper: "864 1373"
  196. *PaperDimension B4: "729 1032"
  197. *PaperDimension A3: "842 1190"
  198.  
  199.  
  200. *% Paper Handling =====================
  201. *VariablePaperSize: False
  202.  
  203. *DefaultOutputBin: OnlyOne
  204. *DefaultInputSlot: None
  205.  
  206. *DefaultManualFeed: None
  207.  
  208. *DefaultOutputOrder: Reverse
  209.  
  210. *DefaultCollator: None
  211. *DefaultSorter: None
  212. *DefaultDuplex: None
  213.  
  214. *% Font Information =====================
  215.  
  216. *DefaultFont: Courier
  217. *Font AvantGarde-Book: Standard "(001.001)"
  218. *Font AvantGarde-BookOblique: Standard "(001.001)"
  219. *Font AvantGarde-Demi: Standard "(001.001)"
  220. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  221. *Font Bookman-Demi: Standard "(001.001)"
  222. *Font Bookman-DemiItalic: Standard "(001.001)"
  223. *Font Bookman-Light: Standard "(001.001)"
  224. *Font Bookman-LightItalic: Standard "(001.001)"
  225. *Font Courier: Standard "(001.004)"
  226. *Font Courier-Bold: Standard "(001.004)"
  227. *Font Courier-BoldOblique: Standard "(001.004)"
  228. *Font Courier-Oblique: Standard "(001.004)"
  229. *Font Helvetica: Standard "(001.001)"
  230. *Font Helvetica-Bold: Standard "(001.001)"
  231. *Font Helvetica-BoldOblique: Standard "(001.001)"
  232. *Font Helvetica-Condensed: Standard "(001.000)"
  233. *Font Helvetica-Condensed-Bold: Standard "(001.000)"
  234. *Font Helvetica-Condensed-BoldObl: Standard "(001.000)"
  235. *Font Helvetica-Condensed-Oblique: Standard "(001.000)"
  236. *Font Helvetica-Narrow: Standard "(001.000)"
  237. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  238. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  239. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  240. *Font Helvetica-Oblique: Standard "(001.001)"
  241. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  242. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  243. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  244. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  245. *Font Palatino-Bold: Standard "(001.000)"
  246. *Font Palatino-BoldItalic: Standard "(001.000)"
  247. *Font Palatino-Italic: Standard "(001.000)"
  248. *Font Palatino-Roman: Standard "(001.000)"
  249. *Font Symbol: Special "(001.001)"
  250. *Font Times-Bold: Standard "(001.001)"
  251. *Font Times-BoldItalic: Standard "(001.001)"
  252. *Font Times-Italic: Standard "(001.001)"
  253. *Font Times-Roman: Standard "(001.001)"
  254. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  255. *Font ZapfDingbats: Special "(001.000)"
  256. *?FontQuery: "
  257. save  
  258. 4 dict begin 
  259. /sv exch def
  260.     /str (fonts/                              ) def
  261.     /st2 128 string def
  262.     {
  263.       count 0 gt {
  264.           dup st2 cvs (/) print print (:) print 
  265.         dup FontDirectory exch known 
  266.             {pop (Yes)}{
  267.             /filenameforall where
  268.             {     pop
  269.                 str exch st2 cvs dup length /len exch def
  270.                 6 exch putinterval str 0 len 6 add getinterval 
  271.                 mark exch
  272.                 { } st2 filenameforall 
  273.                 counttomark 0 gt 
  274.                     {cleartomark (Yes)}
  275.                     {cleartomark (No)}
  276.                 ifelse
  277.             }
  278.             {pop (No) }
  279.             ifelse
  280.         }
  281.         ifelse 
  282.       print flush
  283.       }
  284.       { exit } 
  285.       ifelse
  286.     } bind loop 
  287.     (*) print flush
  288. sv 
  289. end     %temp
  290. restore
  291. "
  292. *End
  293.  
  294. *?FontList: "
  295. FontDirectory { pop == } bind forall flush
  296. /filenameforall where { 
  297.  pop save (fonts/*) { 
  298.   dup length 6 sub 6 exch getinterval == 
  299.  } 128 string filenameforall restore
  300. } if 
  301. (*) print flush
  302. "
  303. *End
  304.  
  305. *% Printer Messages (verbatim from printer):
  306. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  307. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  308. *Message: "\FontName\ not available, substituting default font: /Courier"
  309.  
  310. *% Status (format: %%[ status: <one of these> ]%% )
  311. *Status: "idle"
  312. *Status: "busy"
  313. *Status: "waiting"
  314. *Status: "printing"
  315. *Status: "warming up"
  316. *Status: "PrinterError: timeout, clearing printer"
  317. *Status: "PrinterError: Retry count exceeded"
  318. *Status: "PrinterError: Cover open"
  319. *Status: "PrinterError: Paper out"
  320. *Status: "PrinterError: Paper jam"
  321. *Status: "PrinterError: Ink sheet out"
  322. *Status: "PrinterError: Ink sheet jam"
  323. *Status: "PrinterError: DRB too hot"
  324. *Status: "PrinterError: DRB thermistor failure"
  325. *Status: "PrinterError: Thermal printhead too hot"
  326. *Status: "PrinterError: Thermal printhead buffer failure"
  327. *Status: "PrinterError: Thermal printhead thermistor failure"
  328. *Status: "PrinterError: NVRAM checksum error"
  329. *Status: "PrinterError: NVRAM write error"
  330. *Status: "PrinterError: Pinch roller home error"
  331. *Status: "PrinterError: Pinch roller grip error"
  332. *Status: "PrinterError: Cutter failure"
  333. *Status: "PrinterError: Improper thermal printhead motion"
  334. *Status: "PrinterError: Illegal DRB command"
  335.  
  336. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  337. *Source: "serial9"
  338. *Source: "parallel"
  339. *Source: "AppleTalk"
  340. *Source: "SCSI"
  341. *Source: "SCSI2"
  342.  
  343. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  344. *PrinterError: "Cover open"
  345. *PrinterError: "Paper out"
  346. *PrinterError: "Paper jam"
  347. *PrinterError: "Ink sheet out"
  348. *PrinterError: "Ink sheet jam"
  349. *PrinterError: "DRB too hot"
  350. *PrinterError: "DRB thermistor failure"
  351. *PrinterError: "Thermal printhead too hot"
  352. *PrinterError: "Thermal printhead buffer failure"
  353. *PrinterError: "Thermal printhead thermistor failure"
  354. *PrinterError: "NVRAM checksum error"
  355. *PrinterError: "NVRAM write error"
  356. *PrinterError: "Pinch roller home error"
  357. *PrinterError: "Pinch roller grip error"
  358. *PrinterError: "Cutter failure"
  359. *PrinterError: "Improper thermal printhead motion"
  360. *PrinterError: "Illegal DRB command"
  361. *PrinterError: "Retry count exceeded"
  362.  
  363. *% Color Separation Information =====================
  364.  
  365. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  366.  
  367. *InkName: ProcessCyan/Process Cyan
  368. *InkName: ProcessMagenta/Process Magenta
  369. *InkName: ProcessYellow/Process Yellow
  370. *InkName: ProcessBlack/Process Black
  371.  
  372. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "30"
  373. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "84"
  374. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "6"
  375. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "0"
  376.  
  377. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  378. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  379. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  380. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  381.  
  382. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  383. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  384. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  385. *End
  386. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  387. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  388. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  389. *End
  390. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  391. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  392. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  393. *End
  394. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  395. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  396. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  397. *End
  398.  
  399. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  400. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  401. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  402. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  403.  
  404. *% end of PPD file for Seiko ColorPoint PS Model 14 version 230 C.8A
  405.